home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / icad11.zip / XRF.TXT < prev   
Text File  |  1991-08-06  |  2KB  |  67 lines

  1.            XRF-PASCAL               John R. Klinger
  2.           version 1.0             4507 Coronado Apt 3A
  3.         10 August, 1991         Wichita Falls, TX  76310
  4.  
  5.  
  6. DESCRIPTION:
  7.  
  8.    XRF is a command line comprehensive PASCAL cross referencer, used
  9. as follows:
  10.  
  11. Usage: XRF [+ options to use] [- options not to use] file[.PAS]
  12.  
  13. options: (default)
  14.  
  15. 1 or 2: (-)  Output results to printer LPT1 or LPT2
  16.      B: (0)  The line number to begin cross referencing
  17.      C: (-)  Case Sensitive Parsing
  18.      E: EOF  The line number to end cross referencing
  19.      F: (-)  Output results to FileName.XRF
  20.      I: (+)  Cross reference all identifiers (var,type,const)
  21.      L: (-)  List original file with line numbers
  22.      P: (-)  Cross reference structure names (program,procedure,function,unit)
  23.      S: (+)  Output structure declarations while parsing
  24.      T: (+)  Truncate long lines in file listing (do not wrap); shown by >>
  25.      W: (+)  Wait for a key after file listing, structure, and identifiers
  26.      file    The file to Scan  (.PAS is appended if no extention specified)
  27.  
  28.      Ex.    XRF +CF -W TestFile.PAS
  29.             Will Scan  file TESTFILE.PAS using the following options:
  30.                Use case sensitivity             By Default:
  31.                Output to TESTFILE.XRF              Cross reference identifiers
  32.                Do not pause during output          Output File structure
  33.  
  34.  
  35. HARDWARE REQUIREMENTS:
  36.  
  37.    640K required when extremely large programs are fully parsed.
  38.  
  39.  
  40. SHAREWARE:
  41.  
  42.    XRF is distributed as a Shareware program.  Users are allowed to
  43. use the program on a trial basis, and are encouraged to make copies for
  44. others.  If you continue to use XRF, however, you must pay the author
  45. a registration fee of $15 (a prepared registration form is included).
  46.  
  47.    With registration you will receive the latest version of XRF,
  48. and notices of other product releases.
  49.  
  50.  
  51. INCLUDED FILES:
  52.  
  53.        XRF.EXE   ICAD program
  54.        XRF.DOC   Documentation for XRF
  55.        XRF.TXT   This File
  56.          *.PAS   Sample pascal files to show flexibility and completeness
  57.                  of XRF.
  58.   ORDERFRM.TXT   Ready to print registration form.
  59.  
  60. All the above files must be included in any distribution of this program.
  61. If the files are archived, please use the name XRF10.___
  62.  
  63.  
  64. QUESTIONS or SUGGESTIONS?
  65.  
  66.       Mail any questions or suggestions with a SASE to the author.
  67.